Send Email
Send an email over the AWS simple email service.

Input
Connection
| Name | Required | Description |
|---|---|---|
| Connection | AWS Connection. | |
| From | The email address of the sender. |
Recipients
| Name | Required | Description |
|---|---|---|
| To | Semicolon separated string of recipient email addresses. | |
| Cc | Semicolon separated string of carbon copy recipient email addresses. | |
| Bcc | Semicolon separated string of blind carbon copy recipient email addresses. |
Email
| Name | Required | Description |
|---|---|---|
| Subject | The subject of the email. | |
| Body | Body shown when the client only supports plain text. | |
| HTML Body | Body shown when the client supports HTML. | |
| Attachments (File paths) | (40MB Limit) Comma-separated file paths for files to be attached to the email. The email will be sent in raw email format if there are attachments. |
Advanced Options
| Name | Required | Description |
|---|---|---|
| Maximum Retries | The maximum number of retries that this action will attempt when encountering errors. | |
| Initial Backoff Delay (ms) | The initial delay between retries in milliseconds. This will increase expenonentially with each retry and is also increased or decreased by a random factor. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |
|Message ID| |Unique identifier generated when the message request is accepted by the AWS simple email service.| |Request ID| |ID that uniquely identifies a request.| |Request Success| |Success status of the HTTP response.| |Status Code| |Status code of the HTTP response.|